Vcenter Lcm Discovery Product

Vcenter Lcm Discovery Product
Vcenter Lcm Discovery Product

The Info schema contains information about a VMware product which is present in the customer Environemnt. The following information about the products are present:

  • Name
  • Version
  • Deployments
  • Automatically Discovered or Manually Added
JSON Example
{
    "installed_product": "string",
    "name": "string",
    "version": "string",
    "target_version": "string",
    "deployments": [
        "string"
    ],
    "auto": false
}
string
installed_product
Required

Identifies a product and a version uniquely.

The identifier consists of product internal name and version.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: PRODUCT. When operations return a value of this schema as a response, the property will be an identifier for the resource type: PRODUCT.

string
name
Required

A public official product name.

string
version
Required

Current product version.

string
target_version
Optional

Future version of the product after upgrade.

target_version may not be applicable.

array of string
deployments
Optional

The list of hostname/IPs of the instances of the VMware products deployed in the environment. This field would be empty for manually added products.

boolean
auto
Required

Indicates if the product is auto-detected by the system or manually added. If it is set to true it means it is auto-detected.